home *** CD-ROM | disk | FTP | other *** search
/ BMUG Revelations / BMUG Revelations.toast / Utilities / Random / Commodore 64c / SOURCE / HardDrive.h < prev    next >
Text File  |  1993-09-25  |  108b  |  8 lines

  1. #ifndef HARDDRIVE_H
  2. #define HARDDRIVE_H
  3.  
  4. void HardInitialize(void);
  5. void HardChangeDirectory(void);
  6.  
  7. #endif
  8.